CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - K-means cluster

搜索资源列表

  1. K-Means动态聚类算法源程序

    0下载:
  2. This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:31000
    • 提供者:刘思
  1. K-means算法源码

    1下载:
  2. kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers
  3. 所属分类:图形/文字识别

    • 发布日期:2015-06-10
    • 文件大小:3497
    • 提供者:li
  1. codebook.rar

    0下载:
  2. a matlab program that deals with k-means algorithm to cluster the data points and build codebook.,a matlab program that deals with k-means algorithm to cluster the data points and build codebook.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1516538
    • 提供者:switspk
  1. KMeansJava

    0下载:
  2. 利用Java实现的K-均值算法,K-Mean 分群法是一种分割式分群方法,其主要目标是要在大量高纬的资料点中找出 具有代表性的资料点;这些资料点可以称为群中心,代表点;然后再根据这些群中心,进行后续的处理,可用于数据挖掘中的聚类分析-Java implementation using K-means algorithm, K-Mean grouping method is a fragmented grouping method, whose main goal is to a large nu
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:1913
    • 提供者:阚涛
  1. KMeansClusterConsole

    0下载:
  2. K均值聚类算法,取前k个点为初始聚类中心,然后进行迭代聚类-K means clustering algorithm, fetch the first k points as initial cluster centers, then the iterative clustering
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:26510
    • 提供者:pyb
  1. k-mean k均值聚类程序

    3下载:
  2. k均值聚类程序,虽然matlab中也有自带的,但是这个速度不错。-program for k means used for cluster
  3. 所属分类:matlab例程

    • 发布日期:2012-11-15
    • 文件大小:1050
    • 提供者:shan cheng
  1. Kmeans_FCM

    1下载:
  2. java写的模糊c均值聚类算法和k均值聚类算法-fuzzy c means clustering algorithm and K means cluster in java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:1973
    • 提供者:june
  1. mean-K-KPCA

    0下载:
  2. 通过核 K- 均值聚类的方法对语音帧进行聚类 , 由于聚类的中心能够很好地代表类内的特征, 用中心样本帧取代该类, 减少了核矩阵的维数, 然后再采用稀疏 KPCA方法对核矩阵进行特征提取。-Through the nuclear K-means clustering method for clustering of speech frames, the cluster center can be a good representative of the class characteristics
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:185689
    • 提供者:piano
  1. K-means-cluster

    1下载:
  2. 主要是用来K均值聚类,K值按照自己的需要设置并将聚类结果保存到相应目录下的excel文档中-Mainly used K-means clustering, K value is set according to their needs and clustering results are saved to the appropriate directory under the excel document
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1324
    • 提供者:涂俊超
  1. X-means-Extending-K-means

    0下载:
  2. X-means k-means扩展 论文 聚类-X-means Extending of k-means cluster
  3. 所属分类:Project Manage

    • 发布日期:2017-04-25
    • 文件大小:186363
    • 提供者:poisition123
  1. k-means-cluster

    0下载:
  2. 分类算法中k均值分类算法,可以用于简单的模式识别中去。-Classification algorithm of k-means classification algorithm, which can be used in a simple pattern recognition.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1183
    • 提供者:郑红
  1. k-means-cluster

    0下载:
  2. 运用k均值的方法按照一定的规则将离散的数据进行聚类处理-Using k-means method in accordance with certain rules discrete data clustering
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:31893
    • 提供者:蓝田玉
  1. K-means-cluster

    0下载:
  2. k-means算法是一种动态聚类算法,基本原理如下[24]:首先预先定义分类数k,并随机或按一定的原则选取k个样品作为初始聚类中心;然后按照就近的原则将其余的样品进行归类,得出一个初始的分类方案,并计算各类别的均值来更新聚类中心;再根据新的聚类中心对样品进行重新分类,反复循环此过程,直到聚类中心收敛为止。-K- means algorithm is a dynamic clustering algorithm, the basic principle of [24] as follows: fi
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:586
    • 提供者:ouyang
  1. k-means

    0下载:
  2. K-means聚类的MATLAB程序实现-K-means cluster
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:8117
    • 提供者:pl
  1. K-means-matlab

    0下载:
  2. K-means聚类算法的MATLAB版本,不仅给出了代码,还包括在图像分类中的具体应用-K-means cluster algorithm in the version of matlab
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2439220
    • 提供者:fish
  1. k-means

    0下载:
  2. 这是k-means聚类算法的matlab仿真实现,程序中分别有二维控件和三维空间基于k-means的聚类demo-This is k- means clustering algorithm of matlab simulation implementation, respectively in the program have two-dimensional controls and three-dimensional space based on k- means cluster demo
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1392
    • 提供者:zhang
  1. fuzzy-K-means

    0下载:
  2. fuzzy-K-means聚类算法源代码,常用于模糊聚类分析,算法能取得较好性能,简单有效,应用范围广-the fuzzy-K-means cluster program which can achieve good performance
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1428
    • 提供者:
  1. K-Means

    0下载:
  2. 对500个随机二维坐标点进行聚类,然后通过C++程序输出窗口输出。(Cluster Algorithm.Put the 500 2d points into 20 clusters.)
  3. 所属分类:通讯编程文档

    • 发布日期:2017-12-11
    • 文件大小:1024
    • 提供者:Tom Jerry
  1. k-means

    0下载:
  2. 实现k均值聚类算法,可以使用彩色图像,通过随机初始化聚类中心,完成聚类(The K-means clustering algorithm can use color images to initialize cluster centers randomly and accomplish clustering.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:陈橙子
  1. Improved K-means

    1下载:
  2. 基于数据密度自动计算最佳K聚类中心,对数据进行聚类(The best K clustering center is automatically calculated based on data density to cluster data.)
  3. 所属分类:matlab例程

    • 发布日期:2018-11-05
    • 文件大小:3072
    • 提供者:伯鸾君
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com